/********** Template CSS **********/
:root {
    --light: #DFE4FD;
    --primary:#3c2313;
    --secondary:#8dc63f;
    --tertiary:#000B1C;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #f2f2f2;
}

a,
.zil{
    color: var(--primary)!important;
}
a:hover,
a:active,
a:focus {
    color: var(--secondary)!important;
    outline: none;
    text-decoration: none;
}




.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}





/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}
@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}
.btn-01{
    background: var(--primary)!important;
    color: var(--light)!important;
}
.btn-01:hover{
    background: var(--primary)!important;
    color: var(--secondary)!important;
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
    font-size:20px;
}

.contact-bg .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
    font-size:20px;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 20px;
    color: var(--bs-white);
}

/*** Carousel End ***/

.btn-edit,.flex-shrink-0{
    background: #3c2313;
    color: #DFE4FD;
}
.btn-edit:hover{
    background: #8dc63f;
    color: #DFE4FD;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
	transition: 0.3s;
  }
  
  .recent-blog-posts .post-item .post-img img {
	transition: 0.5s;
  }
  
  .recent-blog-posts .post-item .post-date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 12px;
	font-weight: 500;
  }
  
  .recent-blog-posts .post-item .post-content {
	padding: 30px;
  }
  
  .recent-blog-posts .post-item .post-title {
	font-size: 16px;
	color: var(--color-secondary);
	font-weight: 900;
	transition: 0.3s;
	/* margin-bottom: 15px; */
  }
  
  .recent-blog-posts .post-item .meta i {
	font-size: 16px;
	color: var(--color-primary);
  }
  
  .recent-blog-posts .post-item .meta span {
	font-size: 15px;
	color: #838893;
  }
  
  .recent-blog-posts .post-item hr {
	color: #888;
	margin: 20px 0;
  }
  
  .recent-blog-posts .post-item .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
	color: #838893;
  }
  
  .recent-blog-posts .post-item .readmore i {
	line-height: 0;
	margin-left: 6px;
	font-size: 16px;
  }
  
  .recent-blog-posts .post-item:hover .post-title,
  .recent-blog-posts .post-item:hover .readmore {
	color: var(--color-primary);
  }
  
  .recent-blog-posts .post-item:hover .post-img img {
	transform: scale(1.1);
  }

  .recent-blog-posts .page a{
  	font-size: 20px;
  	padding: 0 3px;
  }
  
 /*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 5px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  /* float: left; */
  padding: 0 5px;
}

.pst-content {
  display: inline-block;
  /* float: left; */
  width: 65%;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1,
.header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content>p {
  color: #444;
}

.entry-meta>span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}


.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
} 
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
	margin-top: 30px;
	color: #838893;
  }
  
  .blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
  }
  
  .blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
  }
  
  .blog .blog-pagination li a {
	color: var(--color-secondary);
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .blog .blog-pagination li.active,
  .blog .blog-pagination li:hover {
	background: var(--color-primary);
	color: #fff;
  }
  
  .blog .blog-pagination li.active a,
  .blog .blog-pagination li:hover a {
	color: var(--color-white);
  }
  
  /*--------------------------------------------------------------
  # Blog Posts List
  --------------------------------------------------------------*/
  .blog .posts-list .post-item {
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
	transition: 0.3s;
  }
  
  .blog .posts-list .post-img img {
	transition: 0.5s;
  }
  
  .blog .posts-list .post-date {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--color-primary);
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 12px;
	font-weight: 500;
  }
  
  .blog .posts-list .post-content {
	padding: 30px;
  }
  
  .blog .posts-list .post-title {
	font-size: 24px;
	color: var(--color-secondary);
	font-weight: 700;
	transition: 0.3s;
	margin-bottom: 15px;
  }
  
  .blog .posts-list .meta i {
	font-size: 16px;
	color: var(--color-primary);
  }
  
  .blog .posts-list .meta span {
	font-size: 15px;
	color: #838893;
  }
  
  .blog .posts-list p {
	margin-top: 20px;
  }
  
  .blog .posts-list hr {
	color: #888;
	margin-bottom: 20px;
  }
  
  .blog .posts-list .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
	color: #838893;
  }
  
  .blog .posts-list .readmore i {
	line-height: 0;
	margin-left: 6px;
	font-size: 16px;
  }
  
  .blog .posts-list .post-item:hover .post-title,
  .blog .posts-list .post-item:hover .readmore {
	color: var(--color-primary);
  }
  
  .blog .posts-list .post-item:hover .post-img img {
	transform: scale(1.1);
  }
  
  /*--------------------------------------------------------------
  # Blog Details
  --------------------------------------------------------------*/
  .blog .blog-details {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
  }
  
  .blog .blog-details .post-img {
	margin: -30px -30px 20px -30px;
	overflow: hidden;
  }
  
  .blog .blog-details .title {
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 20px 0 0 0;
	color: var(--color-secondary);
  }
  
  .blog .blog-details .content {
	margin-top: 20px;
  }
  
  .blog .blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
  }
  
  .blog .blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(82, 86, 94, 0.06);
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
  }
  
  .blog .blog-details .content blockquote p {
	color: var(--color-default);
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
  }
  
  .blog .blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--color-primary);
	margin-top: 20px;
	margin-bottom: 20px;
  }
  
  .blog .blog-details .meta-top {
	margin-top: 20px;
	color: #6c757d;
  }
  
  .blog .blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
  }
  
  .blog .blog-details .meta-top ul li+li {
	padding-left: 20px;
  }
  
  .blog .blog-details .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: var(--color-primary);
  }
  
  .blog .blog-details .meta-top a {
	color: #6c757d;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	transition: 0.3s;
  }
  
  .blog .blog-details .meta-top a:hover {
	color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(82, 86, 94, 0.15);
  }
  
  .blog .blog-details .meta-bottom i {
	color: #838893;
	display: inline;
  }
  
  .blog .blog-details .meta-bottom a {
	color: rgba(82, 86, 94, 0.8);
	transition: 0.3s;
  }
  
  .blog .blog-details .meta-bottom a:hover {
	color: var(--color-primary);
  }
  
  .blog .blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .cats li {
	display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
  }
  
  .blog .blog-details .meta-bottom .tags li {
	display: inline-block;
  }
  
  .blog .blog-details .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: var(--color-default);
	content: ",";
  }
  
  .blog .blog-details .meta-bottom .share {
	font-size: 16px;
  }
  
  .blog .blog-details .meta-bottom .share i {
	padding-left: 5px;
  }
  
  .blog .post-author {
	padding: 20px;
	margin-top: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .post-author img {
	max-width: 120px;
	margin-right: 20px;
  }
  
  .blog .post-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: var(--color-secondary);
  }
  
  .blog .post-author .social-links {
	margin: 0 10px 10px 0;
  }
  
  .blog .post-author .social-links a {
	color: rgba(82, 86, 94, 0.5);
	margin-right: 5px;
  }
  
  .blog .post-author p {
	font-style: italic;
	color: rgba(108, 117, 125, 0.8);
	margin-bottom: 0;
  }
  
  /*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/
  .blog .sidebar {
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	color: var(--color-secondary);
  }
  
  .blog .sidebar .sidebar-item+.sidebar-item {
	margin-top: 40px;
  }
  
  .blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid rgba(82, 86, 94, 0.3);
	padding: 3px 10px;
	position: relative;
  }
  
  .blog .sidebar .search-form form input[type=text] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
  }
  
  .blog .sidebar .search-form form input[type=text]:focus {
	outline: none;
  }
  
  .blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: var(--color-primary);
	color: var(--color-secondary);
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
	line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
	background: rgba(254, 185, 0, 0.8);
  }
  
  .blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
	padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
	color: var(--color-secondary);
	transition: 0.3s;
  }
  
  .blog .sidebar .categories ul a:hover {
	color: var(--color-default);
  }
  
  .blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: rgba(54, 77, 89, 0.4);
	font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item {
	display: flex;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
	max-width: 80px;
	margin-right: 15px;
  }
  
  .blog .sidebar .recent-posts h4 {
	font-size: 15px;
	font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
	color: var(--color-secondary);
	transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
	color: var(--color-primary);
  }
  
  .blog .sidebar .recent-posts time {
	display: block;
	font-style: italic;
	font-size: 14px;
	color: rgba(54, 77, 89, 0.4);
  }
  
  .blog .sidebar .tags {
	margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
  }
  
  .blog .sidebar .tags ul li {
	display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
	color: #838893;
	font-size: 14px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid rgba(131, 136, 147, 0.4);
	display: inline-block;
	transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
	color: var(--color-secondary);
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
  }
  
  .blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: rgba(131, 136, 147, 0.8);
	font-size: 14px;
  }
  
  /*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/
  .blog .comments {
	margin-top: 30px;
  }
  
  .blog .comments .comments-count {
	font-weight: bold;
  }
  
  .blog .comments .comment {
	margin-top: 30px;
	position: relative;
  }
  
  .blog .comments .comment .comment-img {
	margin-right: 14px;
  }
  
  .blog .comments .comment .comment-img img {
	width: 60px;
  }
  
  .blog .comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
  }
  
  .blog .comments .comment h5 a {
	font-weight: bold;
	color: var(--color-default);
	transition: 0.3s;
  }
  
  .blog .comments .comment h5 a:hover {
	color: var(--color-primary);
  }
  
  .blog .comments .comment h5 .reply {
	padding-left: 10px;
	color: var(--color-secondary);
  }
  
  .blog .comments .comment h5 .reply i {
	font-size: 20px;
  }
  
  .blog .comments .comment time {
	display: block;
	font-size: 14px;
	color: rgba(82, 86, 94, 0.8);
	margin-bottom: 5px;
  }
  
  .blog .comments .comment.comment-reply {
	padding-left: 40px;
  }
  
  .blog .comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
  }
  
  .blog .comments .reply-form p {
	font-size: 14px;
  }
  
  .blog .comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
  }
  
  .blog .comments .reply-form input:focus {
	box-shadow: none;
	border-color: rgba(254, 185, 0, 0.8);
  }
  
  .blog .comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
  }
  
  .blog .comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: rgba(254, 185, 0, 0.8);
  }
  
  .blog .comments .reply-form .form-group {
	margin-bottom: 25px;
  }
  
  .blog .comments .reply-form .btn-primary {
	border-radius: 4px;
	padding: 10px 20px;
	border: 0;
	background-color: var(--color-secondary);
  }
  
  .blog .comments .reply-form .btn-primary:hover {
	color: var(--color-secondary);
	background-color: var(--color-primary);
  }

  
/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 10px;
    color: var(--secondary);
    font-weight: 700;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--light);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid var(--primary);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
    ul .nav-pills{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }    
    
    #header-carousel .carousel-item h1 {
        font-size: 3.0rem!important;
        color: var(--light);
    }

    #header-carousel .carousel-item p {
        font-size: 16px !important;
    }
    ul .nav-pills{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}


/*-----------------------
# Contact
-------------------------*/
  .contact123 .info {
    /* padding: 30px 20px; */
    width: 100%;
    /* box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12); */
  }
  
  .contact123 .info i {
    font-size: 20px;
    color: #3c2313;
    float: left;
    width: 44px;
    height: 44px;
    background: #dff3fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact123 .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #3c2313;
  }
  
  .contact123 .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
  }
  .contact123 .info .email p {
    padding-top: 5px;
  }
  
  .contact123 .info .social-links {
    padding-left: 60px;
  }
  
  .contact123 .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
  }
  
  .contact123 .info .social-links a:hover {
    background: #8dc63f;
    color: #fff;
  }
  
  .contact123 .info .email:hover i,
  .contact123 .info .address:hover i,
  .contact123 .info .phone:hover i {
    background: #8dc63f;
    color: #fff;
  }
  
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; */
}
.carousel-item p {
    font-size: 30px;
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--secondary);
    border: 10px solid var(--secondary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}
#header-carousel .carousel-item h1 {
    font-size: 3.0rem!important;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #header-carousel .carousel-item h1 {
        font-size: 1.7rem!important;
    }

    #header-carousel .carousel-item p {
        font-size: 15px !important;
    }
}

.page-header {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/header.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-services {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/inner/our-service.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.page-about {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/inner/about1.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-team {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/about_us.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-blog {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/blog.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.page-tours {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/t5.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-contact {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/inner/contact_us.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.page-oqp {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/inner/policy-1.jpg) top left no-repeat;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.contact-bg {
    padding-top: 15rem;
    padding-bottom: 5rem;
    background: url(../img/inner/prod.jpg) top left no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}

/*** Menu Start ***/
.menu .nav-item a.active {
    background: var(--primary) !important;
    color: var(--secondary)!important;
}
.menu .nav-item a {
    background: var(--light) !important;
    color: var(--primary)!important;
}

.menu .menu-item .border-bottom {
    border-bottom-style: dashed !important;
}
/*** Menu End ***/


/*** Facts ***/
.facts {
    background: url(../img/inner/carousel-1.jpg) center center no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.blog {
    background: url(../img/about_us.jpg) center center no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background:#3c2313;

}

/*** Our DNA Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Our DNA End ***/

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}

/*** Service ***/
.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    margin-left:40px;
    background: #FFFFFF;
    border-radius: 140px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}

.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
}

.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;
}

.service-item .service-text .btn {
    color: var(--secondary);
    background: #FFFFFF;
    box-shadow: 0 0 45px var(--primary);
}

.service-item .service-text .btn:hover {
    color: var(--light);
    background: var(--secondary);
}

/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h5 {
    transition: .5s;
}

.project-item:hover .project-title h5 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light)!important;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

/*
.footer .btn.btn-link::before {
    position: relative;
    content: "\f054";
    font-weight: 900;
    margin-right: 10px;
}
*/

.footer .btn.btn-link:hover {
    color: var(--secondary)!important;
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--secondary)!important;
}

.copyright a:hover {
    color: var(--light)!important;
}
